home *** CD-ROM | disk | FTP | other *** search
/ Pro-Cent Games: For Only 1 Cent! / Pro Cent Games.bin / BrainTest.exe / scripts / DefineButton2_66 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-03-16  |  58 b   |  5 lines

  1. on(release){
  2.    _root.score = 0;
  3.    gotoAndPlay(1);
  4. }
  5.